module: Avoid ABI changes when debug info is disabled
authorBen Hutchings <benh@debian.org>
Fri, 13 May 2022 19:08:08 +0000 (21:08 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Sun, 4 Feb 2024 20:28:21 +0000 (21:28 +0100)
commit9b5a251545b585b6a2e4466af60603cef76f2306
treef1b8c5a4128a5acdd4d710730814ff1d096ba418
parent8a5fee8a2622b4bae51670098fc1c57f77344858
module: Avoid ABI changes when debug info is disabled

Forwarded: not-needed

CI builds are done with debug info disabled, but this removes some
members from struct module.  This causes builds to fail if there is an
ABI reference for the current ABI.

Define these members unconditionally, so that there is no ABI change.

Gbp-Pq: Topic debian
Gbp-Pq: Name module-avoid-abi-changes-when-debug-info-is-disabled.patch
include/linux/module.h